home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT04.Dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  251 b   |  12 lines

  1. on enterFrame
  2.   global jyu, ni
  3.   if (jyu = 1) or (ni = 1) then
  4.     set the visible of sprite 38 to 1
  5.     set the visible of sprite 40 to 0
  6.   else
  7.     set the visible of sprite 38 to 0
  8.     set the visible of sprite 40 to 1
  9.   end if
  10.   updateStage()
  11. end
  12.